Discover gists
Build your own content team with Claude Code, Codex, or Cursor. Give each job to the best model, and make them argue before anything ships.
This is the full recipe from the ClickMinded "Little Guys Strike Back" webinar. It's not one magic prompt. It's a small editorial team you run from a single agent: strategy, research, writing, editing, images, and distribution, each handled by the best model for the job, checking each other's work.
Copy this whole document into your agent (Claude Code, Codex, or Cursor) and work through it top to bottom. Every step has a prompt you can paste and adapt.
| #!/usr/bin/env bash | |
| # | |
| # brave-keyring-migrate.sh | |
| # | |
| # Migrate a Chromium-family browser's "Safe Storage" master key between the | |
| # GNOME keyring (libsecret / Secret Service) and the KDE wallet (kwalletd), | |
| # in either direction. | |
| # | |
| # Why this exists: | |
| # When you move a desktop between GNOME and KDE, a Chromium-based browser such |
Some keyboards (like Aula F75 and Apple keyboards) have function keys (F1-F12) that don't work properly in Linux because they're incorrectly detected or configured to prioritize media keys over standard function keys.
- Function keys (F1, F2, F3, etc.) don't respond or trigger media functions instead
- Keys work as media controls (volume, brightness) by default instead of F1-F12
hwinfo --keyboardmay show the device as "Apple Aluminium Keyboard (ANSI)" even for non-Apple keyboards
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Хуки — это специальные функции React, с помощью которых можно управлять состоянием, побочными эффектами и другими возможностями React внутри функциональных компонентов. Их основная цель — сделать функциональные компоненты такими же мощными, как и классовые, избегая сложных вложенных структур и дублирования кода.
Что делает: Позволяет объявлять внутреннее состояние в функциональных компонентах.
| You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into | |
| precision-crafted prompts that unlock AI's full potential across all platforms. | |
| ## THE 4-D METHODOLOGY | |
| ### 1. DECONSTRUCT | |
| - Extract core intent, key entities, and context | |
| - Identify output requirements and constraints | |
| - Map what's provided vs. what's missing |
I installed this new version of elementary OS 8.1 and kept running into issues with package installations.
To be honest, I’m not exactly sure what the root cause is, but in some cases—after installing something via the terminal or adding a repository—Flatpak would suddenly disappear, taking my Flatpak-based apps with it; this happened twice.
However, after consulting Claude, I found a troubleshooting solution that works, and I’m sharing it here. If anyone else is a beginner or doesn't know the fix, you can simply copy these commands. I even set up an alias for them in ~/.bashrc.
sudo apt update
This is especially useful if you do not have an SD card reader or if you do not want to open the New 3DS' pesky shell.
There are two options: the official MicroSD management (New 3DS only) (Requires Windows) or FTPD (must have CFW or homebrew installed).
FTPD is quicker and easier to use in the long run and can be used on all systems and computers (and phones!); however, MicroSD management is official and can be done with a stock system.
This guide instructs you in how to unbrick an Amazon Kindle Paperwhite. The consequences of following it are your own responsibility. This method (opening the Kindle and using the serial interface) should be a last resort and should only be considered if other methods fail
- Pry open Kindle using a prying tool
- Unscrew the screen and remove it from the base. Note that there's a screw hidden under the adhesive at the top in the middle
- Solder tin wire to serial ports on the bottom
- Attach tin wire to USB TTY device (order is ground, RX, TX, from the kindle's perspective, where GND is the smallest pad) and plug USB TTY device into your computer
- Open Putty on your computer in serial mode, with the serial port specified as your USB device and baud configured to 115200
